projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b4abc
)
(select-safe-coding-system): Kill the
author
Kenichi Handa
<handa@m17n.org>
Fri, 20 Feb 1998 01:44:10 +0000
(
01:44
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 20 Feb 1998 01:44:10 +0000
(
01:44
+0000)
warning buffer before returning.
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 41f9bd3da3569a0837e9d4df93e69c4156b78a9b..2d56523f705519c9d6c3a1090aa6bec14862b88a 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-328,6
+328,7
@@
Please select one from the following safe coding systems:\n"
(format "Select coding system (default %s): "
(car safe-coding-systems))
safe-names nil t nil nil (car (car safe-names)))))
+ (kill-buffer "*Warning*")
(intern name))))))
(setq select-safe-coding-system-function 'select-safe-coding-system)